widget: Transform clips into right coordinate space
authorTimm Bäder <mail@baedert.org>
Sun, 18 Jun 2017 08:15:06 +0000 (10:15 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 20 Jul 2017 01:27:14 +0000 (21:27 -0400)
commit1bad3e1f28033b06d3ae1fcb34dd99b479012a03
treec7833f6e4a35d8494f5dd4b290a76f5b4ea53137
parente501bc6028df13e8d8e7fd969fda689180c96b29
widget: Transform clips into right coordinate space

The values passed to gtk_widget_set_clip are relative to the widget's
origin, but we need the values to be relative to priv->allocation.
gtk/gtkwidget.c